home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 1999 Spring
/
macformat-077.iso
/
Shareware Plus
/
Development
/
Akua Sweets 131
/
Akua Sweets Examples
/
Imaging
/
Convert Picture
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-03-04
|
315 b
|
19 lines
|
[
TEXT/ToyS
]
on open fsObjs
repeat with fsObj in fsObjs
try
set myPic to the image from fsObj
on error
beep
return
end try
set win to display drawing titled (fsObj as string) ¬
starting with myPic ¬
located at {8, 48}
store image myPic
display drawing win with disposal
end repeat
end open